home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
vitor.dxr
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
206 b
|
11 lines
on exitFrame
global ActFrame, Osprite
set ActFrame to the frame
set the visible of sprite 6 to 1
if the mouseCast = 48 then
set Osprite to ActFrame + 5
go("naveg")
end if
go("loop")
end